home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / SwitchToRecordingPopup.xml288 < prev    next >
Text File  |  2007-12-23  |  1KB  |  30 lines

  1. <settings>
  2.     <!-- text style -->
  3.     <TextStyles>        
  4.         <TextStyle name="InfoStyle" color="White" size="14"/>
  5.     </TextStyles>
  6.  
  7.     <!-- placements -->
  8.     <Placements>
  9.         <Placement name="PopupBackground" loc="12.5,22" size="75,55"/>
  10.         <Placement name="FirstOption" loc="50.0,44" offset="7.0"/>
  11.     </Placements>
  12.     
  13.     <!-- Composite Images -->    
  14.     <CompositeImages>
  15.  
  16.         <CompositeImage name="OptionNormal" size="70,7">            
  17.             <DrawText text="@optionName" loc="5,0" size="90,100" textStyle="InfoStyle" align="Left" valign="Center"/>            
  18.         </CompositeImage>
  19.  
  20.         <CompositeImage name="OptionSelected" size="70,7">
  21.             <DrawCommonImage name="GeneralSelection"/>
  22.             <DrawText text="@optionName" loc="5,0" size="90,100" textStyle="InfoStyle" align="Left" valign="Center"/>            
  23.         </CompositeImage>
  24.  
  25.         <CompositeImage name="PopupBackground" size="75,55">
  26.             <DrawRoundedRect loc="2,2" size="96,96" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>                        
  27.             <DrawText text="No tuners are available to watch the requested channel. You can choose to watch one of the currently recording programmes." loc="5,5" size="90,40" textStyle="InfoStyle" align="Center" />
  28.         </CompositeImage>
  29.     </CompositeImages>             
  30. </settings>